Notify Sentinel Incident Creation and Update to Torq Webhook
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Content Index
Sends an HTTPS request to a webhook trigger in Torq everytime a new Incident is created or updated in Microsoft Sentinel
Additional Documentation
📄 Source: Torq-Sentinel-Incident-Trigger/readme.md
Torq-Sentinel-Incident-Trigger
Summary
When a new Sentinel Incident is created or updated, this playbook gets triggered and sends a notification (HTTPS POST Request) to a Microsoft Sentinel Webhook in Torq.

Prerequisites
- Prior to the deployment of this playbook, create a new Microsoft Sentinel Trigger integration in Torq.
- Take note of the endpoint URL, the authentication header name, and the authentication header secret configured in the Microsoft Sentinel Trigger integration.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required paramters:
- Playbook Name: Enter the playbook name here
- Torq_Webhook_Enpoint_URL: Enter the endpoint URL for the Microsoft Sentinel Trigger integration previously created in Torq.
- Torq_Webhook_Auth_Header_Name: Enter the authentication header name for the Microsoft Sentinel Trigger integration previously created in Torq.
- Torq_Webhook_Auth_Header_Secret: Enter the authentication header secret for the Microsoft Sentinel Trigger integration previously created in Torq.

Post-Deployment instructions
- Browse to your Microsoft Sentinel workspace > Configuration > Automation
- Click "+ Create" and select "Automation rule" to create a new automation rule meant to send a notification to Torq when a new Sentinel Incident is created.
- Give the automation rule a meaningful name, like "Notify Torq when new Sentinel Incident is created".
- From the "Trigger" drop-down menu, select "When incident is created".
- Leave "Conditions" to its default values.
- From the "Actions" drop-down menu, select "Run playbook".
- From the playbook selection drop-down, select the playbook "Sentinel_Incident_Sync_to_Torq"
- Click the "Apply" button.
- Click "+ Create" again and select "Automation rule" to create a new automation rule meant to send a notification to Torq when an existing Sentinel Incident is updated.
- Give the automation rule a meaningful name, like "Notify Torq when a Sentinel Incident is updated".
- From the "Trigger" drop-down menu, select "When incident is updated"
- Leave "Conditions" to its default values.
- From the "Actions" drop-down menu, select "Run playbook".
- From the playbook selection drop-down, select the playbook "Sentinel_Incident_Sync_to_Torq"
- Click the "Apply" button.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to Torq